8 #ifndef CCMC_FIELDLINE_H_
9 #define CCMC_FIELDLINE_H_
32 const std::vector< float >&
getData();
43 const std::vector< float>&
getDs();
49 const std::vector< float>&
measure();
65 std::vector < Point3f > positions;
66 std::vector < float > values;
67 std::vector < Point3f > vectorValues;
71 std::vector < Point3f > elements;
72 std::vector < float> elementsMagnitudes;
73 std::vector < float> integral;
74 std::vector < float> vectorIntegral;
75 std::vector < float> dds;
76 std::vector < float> length;
77 std::vector < int> nearest;
78 std::vector < float> tlocal;